home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEBENCH 2003 / resource / modules / xtensions / res / description / Dgradient.h next >
C/C++ Source or Header  |  2003-02-27  |  417b  |  15 lines

  1. #ifndef _Dgradient_H_
  2. #define _Dgradient_H_
  3.  
  4. enum
  5. {
  6.     GRADIENTSUBCHANNEL_INTERPOLATION    = 1000,
  7.         GRADIENTSUBCHANNEL_INTERPOLATION_CUBICKNOT     = 0,
  8.         GRADIENTSUBCHANNEL_INTERPOLATION_CUBICBIAS    = 1,
  9.         GRADIENTSUBCHANNEL_INTERPOLATION_SMOOTHKNOT    = 2,
  10.         GRADIENTSUBCHANNEL_INTERPOLATION_LINEARKNOT = 3,
  11.         GRADIENTSUBCHANNEL_INTERPOLATION_LINEAR            = 4,
  12.         GRADIENTSUBCHANNEL_INTERPOLATION_NONE                = 5
  13. };
  14.  
  15. #endif